Variant[].Add (gb)
Sub Add ( Value As Variant [ , Index As Integer ] )
Inserts an element into the array at the position specified by
Index.
The elements stored after this position are shifted.
If
Index is not specified, or if it is a negative number, then the element is added at the end of the array.